home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / VCL.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  5KB  |  115 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="VCL" oor:package="org.openoffice" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains preferences for the VCL (Visual Class Library).</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="LFonts">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Contains attributes for fonts. The substitution lists are separated by ';' and are searched first to last for a substitute.</desc>
  16.             </info>
  17.             <prop oor:name="SubstFonts" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Contains a list of substitute fonts used in office documents.</desc>
  22.                 </info>
  23.             </prop>
  24.             <prop oor:name="SubstFontsMS" oor:type="xs:string">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>Contains a list of substitute fonts used in MS import filters.</desc>
  29.                 </info>
  30.             </prop>
  31.             <prop oor:name="SubstFontsPS" oor:type="xs:string">
  32.  
  33.                 <info>
  34.  
  35.                     <desc>Contains a list of substitute fonts used in a PostScript context (for example, EPS export).</desc>
  36.                 </info>
  37.             </prop>
  38.             <prop oor:name="SubstFontsHTML" oor:type="xs:string">
  39.  
  40.                 <info>
  41.  
  42.                     <desc>Contains a list of substitute fonts used in a HTML context (for example, HTML import/export).</desc>
  43.                 </info>
  44.             </prop>
  45.             <prop oor:name="FontWeight" oor:type="xs:string">
  46.  
  47.                 <info>
  48.  
  49.                     <desc>Specifies the font weight. Valid values are "thin", "ultralight", "light", "semilight", "normal", "medium", "semibold", "bold", "ultrabold", "black" (in ascending order of weight) and "unknown".</desc>
  50.                 </info>
  51.             </prop>
  52.             <prop oor:name="FontWidth" oor:type="xs:string">
  53.  
  54.                 <info>
  55.  
  56.                     <desc>Specifies the font width. Valid values are "ultracondensed", "extracondensed", "condensed", "semicondensed", "normal", "semiexpanded", "expanded", "extraexpanded", "ultraexpanded" (in ascending order of width) and "unknown".</desc>
  57.                 </info>
  58.             </prop>
  59.             <prop oor:name="FontType" oor:type="xs:string">
  60.  
  61.                 <info>
  62.  
  63.                     <desc>Denotes the compatible styles for the font. Multiple styles are separated by ','. Valid styles are: "Default", "Standard", "Normal", "Symbol", "Fixed", "SansSerif", "Serif", "Decorative", "Special", "Italic", "Title", "Capitals", "CJK", "CJK_JP", "CJK_SC", "CJK_TC", "CJK_KR", "CTL", "NoneLatin", "Full", "Outline", "Shadow", "Rounded", "Typewriter", "Script", "Handwriting", "Chancery", "comic", "brushscript", "gothic", "schoolbook", "other"</desc>
  64.                 </info>
  65.             </prop>
  66.         </group>
  67.         <group oor:name="ConfigurableSettings" oor:extensible="true">
  68.  
  69.             <info>
  70.  
  71.                 <desc>Specifies an extensible set of options that are ordered into key/value pairs for the VCL. For example, a valid key for describing when ATTools is activated is: "EnableATToolSupport" (valid values = "true", "false").</desc>
  72.             </info>
  73.         </group>
  74.         <group oor:name="LocalizedDefaultFonts" oor:extensible="true">
  75.  
  76.             <info>
  77.  
  78.                 <desc>Contains a localized table of default font lists organized as a set of sets of key/value pairs. The outer set denotes the language (e.g. "en-US") so that default fonts can be declared for different language contexts. Each value is a font list separated by ';'. Default fonts are: CJK_DISPLAY, CJK_HEADING, CJK_PRESENTATION, CJK_SPREADSHEET, CJK_TEXT, CTL_DISPLAY, CTL_HEADING, CTL_PRESENTATION, CTL_SPREADSHEET, CTL_TEXT, FIXED, LATIN_DISPLAY, LATIN_FIXED, LATIN_HEADING, LATIN_PRESENTATION, LATIN_SPREADSHEET, LATIN_TEXT, SANS, SANS_UNICODE, SERIF, SYMBOL, UI_FIXED, UI_SANS. Corresponding font lists: *_DISPLAY, *_HEADING, *_PRESENTATION, *_SPREADSHEET, *_TEXT, SANS, SANS_UNICODE, SERIF,SYMBOL, UI_FIXED, UI_SANS.</desc>
  79.             </info>
  80.         </group>
  81.         <set oor:name="LocalizedFontSubstitutions" oor:node-type="LFonts">
  82.  
  83.             <info>
  84.  
  85.                 <desc>Contains localized font substitution tables organized as a group of sets of LFonts. The outer set denotes the language (for example, "en-US").</desc>
  86.             </info>
  87.         </set>
  88.     </templates>
  89.     <component>
  90.  
  91.         <set oor:name="Settings" oor:node-type="ConfigurableSettings">
  92.  
  93.             <info>
  94.  
  95.                 <desc>Contains the settings for VCL (see template description).</desc>
  96.             </info>
  97.         </set>
  98.         <set oor:name="DefaultFonts" oor:node-type="LocalizedDefaultFonts">
  99.  
  100.             <info>
  101.  
  102.                 <desc>Contains the localized default fonts for VCL (see template description).</desc>
  103.             </info>
  104.         </set>
  105.         <set oor:name="FontSubstitutions" oor:node-type="LocalizedFontSubstitutions">
  106.  
  107.             <info>
  108.  
  109.                 <desc>Contains the localized font substitution tables for VCL (see template description).</desc>
  110.             </info>
  111.         </set>
  112.     </component>
  113. </oor:component-schema>
  114.  
  115.